@CHARSET "UTF-8";
/**********Global setting**************/
html, body, div, li, ol, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button, table, tr, td, img, a {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-spacing: 0px;
    font-family: "微软雅黑", sans-serif, Verdana, Arial, Helvetica;
    background-color: transparent;
    border-radius: 0px;
    list-style: none;
    outline: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #FFFFFF;
    font: normal normal normal 12px "微软雅黑", sans-serif, Verdana, Arial, Helvetica;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/****************Index related***********************/
#index-header {
    vertical-align: middle;
    position: fixed;
    top: 0px;
    height: 46px;
    width: 100%;
    background-color: #4ca9ea;
    overflow: hidden;
    z-index: 99;
}

#index-header #header-left {
    height: 46px;
    width: 55px;
    float: left;
    background-color: transparent;
}

#index-header #header-left a {
    height: 44px;
    width: 44px;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    background-color: white;
}

#index-header #header-left a img {
    height: 40px;
    width: 40px;
    margin: 2px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #e2e2e1;
}

#index-header #header-right {
    height: 46px;
    width: auto;
    float: left;
}

#index-header #header-right img {
    float: left;
    height: 20px;
    width: 20px;
    padding: 5px;
    margin: 8px 0px 8px 0px;
    background-color: white;
    border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

#index-header #header-right input {
    float: left;
    font-size: 14px;
    width: 160px;
    height: 30px;
    margin: 8px 0px;
    line-height: 28px;
    color: #7d7d7d;
    background-color: white;
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
}

#index-footer {
    height: 60px;
    width: 100%;
    z-index: 99;
    position: fixed;
    bottom: 0px;
    background-color: white;
    border-top: 1px solid #dddddd;
}

#index-footer table, #index-footer tbody, #index-footer tr {
    border: 0px;
    width: 100%;
    border-spacing: 0px;
}

#index-footer td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    border: 0px;
    height: 60px;
    margin: 0 auto;
}

#index-footer td a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: white;
}

#index-footer td a:active, #index-footer td a:hover {
    background-color: #4ca9ea;
}

#index-footer td img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    max-width: 50px;
    max-height: 50px;
}
/*****************common pages**********************/
#header {
    vertical-align: middle;
    zoom: 0;
    position: fixed;
    top: 0px;
    height: 46px;
    width: 100%;
    background-color: #4ca9ea;
    overflow: hidden;
    z-index: 99;
    line-height: 46px;
    position: fixed;
}

#header a {
    margin: 9px 0px;
    text-align: center;
    padding: 0 5px;
    height: 28px;
    min-width: 40px;
    width: auto;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /*     border-radius: 4px;
    border: 1px solid white; */
    background-color: #f3953a;
    background-clip: padding-box;
}

#header a:hover, #header a:active {
    background-color: #4ca9ea;
}

#header #backLink {
    position: absolute;
    z-index: 100;
    left: 0px;
}

#header #nextLink {
    float: right;
    position: relative;
    z-index: 100;
    position: relative;
    z-index: 100;
    top: -46px;
}

#header h1 {
    width: 100%;
    color: white;
    display: block;
    margin: 0px auto;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
}

#body {
    padding: 0px;
    width: 100%;
    padding-top: 46px;
    padding-bottom: 64px;
    max-width: 800px;
    overflow: hidden;
    frameborder: 0px;
    outline: none;
    margin: 0 auto;
}

#footer {
    vertical-align: middle;
    line-height: 46px;
    height: 46px;
    width: 100%;
    background-color: #c0c0c0;
    z-index: 99;
    position: fixed;
    bottom: 0px;
}
/***********************index body***************************/
#body #sexArea {
    width: 98%;
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

#body #sexArea .swiper-container {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

#body #sexArea .swiper-wrapper, #body #sexAreaa .swiper-slide, #body #sexArea .swiper-slide img {
    width: 100%;
    height: auto;
}

#body #sexArea .swiper-slide area {
    display: block;
    background-color: red;
}

#body #sexArea h2 {
    height: 70px;
    width: 100%;
    line-height: 70px;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}

#body #newsArea {
    width: 100%;
    max-width: 600px;
    height: 160px;
    margin: 0 auto;
}

#body #newsArea .swiper-container {
    overflow: hidden;
    width: 100%;
    height: 160px;
}

#body #newsArea .swiper-wrapper, #body #newsArea .swiper-slide, #body #newsArea .swiper-slide img {
    width: 100%;
    height: 160px;
}

#body .pagination-wrap {
    width: 100%;
    height: 30px;
    position: relative;
    top: -30px;
    z-index: 99;
    background-color: black;
    filter: alpha(opacity = 40);
    opacity: 0.4;
}

#body .pagination-wrap>span {
    margin-left: 20px;
    line-height: 30px;
    font-size: 16px;
    color: white;
}

#body .pagination {
    width: 40%;
    height: 30px;
    float: right;
    background-color: transparent;
    margin-right: 20px;
}

#body .swiper-pagination-switch {
    margin: 10px 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    box-shadow: 0px 1px 2px #555 inset;
    cursor: pointer;
    float: right;
}

#body .swiper-active-switch {
    background: #fff;
}
/***********************man woman child body***************************/
#body #searchBar {
    width: 100%;
    margin: 10px auto;
    background-color: #dddddd;
}

#body #searchBar input {
    width: 98%;
    height: 35px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
    border-radius: 7px;
    display: block;
    text-indent: 5px;
    box-shadow: 0px 1px 1px #f1eeea inset;
    border: 1px solid #f1eeea;
}

#body #bodyMap {
    width: 85%;
    margin: 0 auto;
    margin-top: 1em;
}

#body #bodyMap img {
    width: 100%;
}

/***********************direct link***************************/
#body .directList {
    width: 100%;
}

#body .directList li {
    height: 43px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
}

#body .directList li:first-child {
    border-top: 1px solid #dddddd;
}

#body .directList li a {
    height: 43px;
    width: 100%;
    display: block;
    text-indent: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 43px;
    color: #333333;
    font-family: sans-serif;
    font-weight: bold;
}

#body .directList li a:after {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: "1";
    color: transparent;
    display: block;
    float: right;
    margin: 10px 20px 10px 0px;
    width: 23px;
    height: 23px;
    border-radius: 13px;
    background-color: #4ca9ea;
    border-color: #4ca9ea;
    background-image:
        url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E");
}

#body .directList li a:ACTIVE, #body .directList li a:HOVER {
    background-color: #dddddd;
    color: white;
}
/***********************selected syms css***************************/
#body .recorder {
    width: 100%;
    height: 40px;
    background-color: #f4f1eb;
    overflow: hidden;
}

#body .recorder>span {
    margin: 5px;
    display: inline;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #333333;
}

#body .recorder .content {
    margin-top: 10px;
    display: inline;
    float: left;
    width: auto;
}

#body .recorder .content>span {
    display: block;
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    width: auto;
    color: #333333;
}

#body .recorder .content>span:after {
    content: ">";
    float: right;
    display: block;
    width: auto;
    height: 20px;
    border-color: #4ca9ea;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image:
        url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E");*/
}

/***********************direct link with image***************************/
#body .directListImage {
    width: 100%;
}

#body .directListImage li {
    height: 43px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
}

#body .directListImage li:first-child {
    border-top: 1px solid #dddddd;
}

#body .directListImage li a {
    height: 43px;
    width: 100%;
    display: block;
    text-indent: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 43px;
    color: #333333;
    font-family: sans-serif;
    font-weight: bold;
}

#body .directListImage li a img {
    margin-right: 10px;
    width: 43px;
    height: 43px;
    position: relative;
    float: right;
}

#body .directListImage li a:ACTIVE, #body .directListImage li a:HOVER {
    background-color: #dddddd;
    color: white;
}

/***********************multi select***************************/
#body .multiList {
    width: 100%;
    border-color: #dddddd;
}

#body .multiList li {
    height: 43px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
}

#body .multiList li:FIRST-CHILD {
    border-top: 1px solid #dddddd;
}

#body .multiList li label {
    height: 43px;
    width: 100%;
    float: left;
    display: block;
    text-indent: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 43px;
    color: #333333;
    font-family: sans-serif;
    font-weight: bold;
}

#body .multiList li label:after {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: "1";
    color: transparent;
    display: block;
    float: right;
    margin: 10px 20px 10px 0px;
    width: 23px;
    height: 23px;
}

#body .multiList li label.unchecked:after {
    filter: Alpha(Opacity = 30);
    opacity: .3;
    background-color: rgba(0, 0, 0, .3)
}

#body .multiList li label.checked:after {
    background-color: #4ca9ea;
    border-color: #4ca9ea;
    background-image:
        url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E");
}

#body .multiList li input {
    display: none;
    width: 0px;
    height: 0px;
}

#body .multiList li label:ACTIVE, #body .multiList li label:HOVER {
    background-color: #e9e9e9;
}
/*******************疾病信息********************************/
#body .navbar ul {
    width: 100%;
    height: 30px;
    margin: 10px auto 5px auto;
}

#body .navbar ul li {
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    color: #333333；
}

#body .navbar ul li a {
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    height: 100%;
    display: block;
    color: #333333;
}

#body .navbar ul li a.activeTab {
    color: white;
    background-color: #4ca9ea;
}

#body .tabs {
    position: relative;
}

#body .tabs div {
    position: relative;
    top: 0px;
}

#body #rs {
    height: auto;
    font-size: 16px;
}

#body #rs ul {
    width: 94%;
    padding: 0.5em;
    margin: 0 auto;
}

#body #rs li {
    height: 24px;
    clear: both;
}

#body #rs li em {
    text-align: center;
    line-height: 1.5em;
    margin-top: 3px;
    float: left;
    width: 35%;
    font-style: normal;
    font-weight: bold;
}

#body #rs li span {
    float: left;
    font-style: normal;
    width: 65%;
    line-height: 1.5em;
    margin-top: 3px;
}

#body #info dt {
    font-weight: bold;
    color: #6c664e;
    box-shadow: inset 0 1px 0 #f1eeea;
    text-shadow: 0 1px #fff;
    font-size: 16px;
    line-height: 1.8em;
    /* border: 1px solid #bdb3a1; */
    /* border-radius: 5px; */
    text-indent: 0.5em;
    background: url("/resources/images/askmobile/down_arrow.png") no-repeat 95% center;
    background-color: #f4f1eb;
    margin-bottom: 0.5em;
}

#body #info .collapse {
    background: url("/resources/images/askmobile/up_arrow.png") no-repeat 95% center;
    background-color: #f4f1eb;
}

#body #info dd {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
    /* border: 1px solid #bdb3a1; */
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0.5em;
    padding: 0.5em;
    line-height: 1.5em;
}

#resultOperate {
    margin: 0px;
    margin-bottom: 40px;
    padding: 0px;
    width: 100%;
}

#resultOperate h4 {
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    font-size: 16px;
    margin: 15px auto;
    height: 36px;
}

#resultOperate a {
    margin: auto;
    width: 120px;
    height: 36px;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: white;
    font-weight: bold;
    background-color: #f3953a;
}

#resultOperate a:active, #resultOperate a:hover {
    color: white;
    background-color: #4ca9ea;
}

#resultOperate a.unclick {
    display: none;
    filter: alpha(opacity = 70);
    opacity: 0.7;
}

#resultOperate a.unclick:active, #resultOperate a.unclick:hover {
    color: #333333;
    background-color: #eeeeee;
}
/*****************help page******************************/
#body #helpDiv {
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto 0;
    font-size: 16px;
    color: #333333;
}

#body #helpDiv h2 {
    margin-top: 20px;
}

#body #helpDiv p, #body #helpDiv ol {
    margin-top: 10px;
    text-indent: 1em;
}

#body #helpDiv ol, #body #helpDiv li {
    list-style: none;
    text-indent: 1em;
}

#body #helpDiv ol>a, #body #helpDiv li>a {
    font-weight: bold;
    color: #333333;
}

#body #helpDiv #corner {
    color: #000;
    margin-top: 30px;
    text-align: right;
    width: 100%;
    float: right;
}

#body #helpDiv #corner table {
    color: #000;
    width: 100%;
    float: right;
}

#body #helpDiv #corner a {
    color: #000;
}

/*****************服务搜索************************/
#body #searchDiv {
    padding: 20px 0px;
    margin: auto;
    width: 85%;
    height: 38px;
}

#body #searchDiv input {
    letter-spacing: 1px;
    width: 70%;
    height: 36px;
    line-height: 29px;
    border-width: 1px;
    font-size: 14px;
    float: left;
    vertical-align: middle;
}

#body #searchDiv button {
    width: 25%;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    vertical-align: middle;
    background-color: #0099CC;
}

#body #searchDiv button:active {
    background-color: #8cc63f;
}

#body .serviceItem {
    margin: 4%;
    width: 40%;
    height: 200px;
    float: left;
    border: 1px solid #cccccc;
}

#body .serviceItem img {
    width: 100%;
    height: 100%;
}

#body .search-result dl dt {
    height: 30px;
    width: 95%;
    margin: 0px auto;
    margin-bottom: 0.1em;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #6c664e;
    box-shadow: inset 0 1px 0 #f1eeea;
    text-shadow: 0 1px #fff;
    border: 1px solid #bdb3a1;
    border-radius: 5px;
    text-indent: 0.5em;
    display: block;
}

#body .search-result dl dt a {
    height: 30px;
    float: right;
    margin-right: 20px;
    text-decoration: none;
}

#body .search-result dl dd {
    width: 92%;
    margin: 0px auto;
    background-color: #f4f1eb;
    border: 1px solid #bdb3a1;
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0.5em;
    padding: 4px;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
}

#body .search-result div {
    width: 95%;
    height: 34px;
    margin: 4px auto;
    padding-top: 4px;
    background: #8cc63f;
    vertical-align: center;
}

#body .search-result div h2 {
    height: 34px;
    color: white;
    text-indent: 0.5em;
    font-size: 24px;
    line-height: 34px;
}

#body .more {
    float: right;
    margin: 10px;
    z-index: 99;
}

#body #summary {
    margin: 20px;
    font-size: 12px;
}

#body #summary p {
    font-size: 20px;
}

#body .toRegitst {
    width: 25%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 3px;
    background-color: #0099CC;
}

#body .toRegitst:active {
    background-color: #8cc63f;
}

#body .registForm table {
    margin-top: 20px;
    width: 100%;
}

#body .registForm tr {
    margin-top: 0px;
    width: 100%;
    vertical-align: middle;
}

#body .registForm td {
    height: 100%;
    vertical-align: middle;
}

#body .registForm td lable {
    height: 100%;
    line-height: 100%;
}

#body .registForm td:FIRST-CHILD {
    width: 20%;
    text-align: center;
}

#body .registForm button {
    margin: auto;
    width: 80%;
    height: 30px;
}
/*****************Message dialog*************************/
#message {
    padding: 0px;
    position: fixed;
    margin: 0 auto;
    bottom: 64px;
    background-color: red;
    vertical-align: middle;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    display: none;
    filter: alpha(opacity = 0);
    opacity: 0;
}

#message p {
    line-height: 1.4em;
    font-size: 14px;
}
/*****************以下为二期修改内容*************************/

/*****************PC index*************************/
#pc-background {
    margin: auto;
    width: 1100px;
    min-width: 1100px;
}
#pc-background-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#pc-mobile-back {
    display: inline-block;
    margin-left: 85px;
    margin-right: 51px;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}
#mobile_model_img{
    display: block;
    height: auto;
    max-width: 289px;
    margin: auto;
    position: absolute;
}
#pc-info-div {
    ddisplay: inline-block;
    float : left;
    width: 545px;
    height: 430px;
    margin-top: 85px;
    margin-right: 85px;
    float: right;
}
#pc-info-div>h1 {
    margin:auto;
    width: 225px;
    height: 45px;
    background-color: #82bddf;
    border-radius: 5px;
    color: #ffffff; 
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}

#pc-info-div>p {
    text-indent: 48px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}
#pc-info-contact{
    width: 100%;
    height:180px;
    margin-top: 25px;
}
#pc-info-contact img {
    float:left;
    width:180px;
    height:180px;
}
#pc-info-contact h2  {
    text-align: center;
    color: #0075a9;
    margin-top : 35px;
    font-size: 24px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 20px;
}
#pc-info-contact p {
    text-indent: 30px;
    display: block;
    margin:5px 0px 5px 30px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #535353;
}